Returns the value of a DICOM element

'Declaration
Public Overloads Function GetValue(Of )( _
ByVal As Long, _
ByVal As , _
ByVal As GetValueDelegate _
) As
'Usage
Dim instance As DicomDataSet
Dim tag As Long
Dim defaultValue As
Dim getValueDelegate As GetValueDelegate
Dim value As
value = instance.GetValue(Of T)(tag, defaultValue, getValueDelegate)
Parameters
- tag
- tag of the item to find.
- defaultValue
- a value of type T that is returned if the actual value cannot be retrieved.
- getValueDelegate
- an optional delegate that converts that extracted data to any type
Type Parameters
- T
- specifies the type of the value to return
Return Value
a value of type T that is the value of the DICOM element